micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[android]onSecond
android
on
Second
inline fun <
T1
,
T2
,
E
:
Either
<
T1
,
T2
>>
E
.
onSecond
(crossinline block: (
T2
) ->
Unit
):
E
Content copied to clipboard
Will call
block
in case when
Either.t2
of
this
is not null